home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
12
/
0
/
DISK1205.ZIP
/
IDCUTIL
/
IDCUTIL.EXE
/
IDCKILL.DOC
< prev
next >
Wrap
Text File
|
1989-03-07
|
4KB
|
130 lines
Documentation for IDCKILL.EXE
(ShareWare)
Copyright (c) 1986,87,88,89 Infinity Design Concepts, Inc.
all rights reserved
Version 2.2
IDCKILL is a powerful utility useful for house cleaning
your harddisk, say, before a backup. The program prompts
for a wildcard filename mask. After entering the mask,
the program will expand the mask into a full filename
and redisplay this filename awaiting confirmation
from the user before proceeding. If you answer "Y" to
the "proceed" prompt, IDCKILL will delete every file
in every subdirectory that matches the mask that you
supplied.
The program is primarily intended for use before a backup.
I get so aggravated during the backup when I see thirty
.BAK files go by, when I know that is just a waste of time
and disk space.
An example.
If you entered *.BAK as the mask, and then
answered "Y" to the proceed prompt, IDCKILL would delete
every file in every subdirectory on the disk that has an
extension of BAK. Note also, that a drive designation may
be given.
WARNING:
Entering *.* for the mask WILL DO JUST THAT. It
will CLEAN THE HARDDISK. Be very careful, it is a lot
easier to make this mistake than you think !
==============================================================================
OPTIONS
==============================================================================
Help:
You may get a brief summary of the IDCKILL commands by
entering IDCKILL /H
Command line options:
There are several ways to invoke IDCKILL. The command line
options and subsequent ErrorLevel codes allow batch file
execution of the program.
Normal mode,
Enter IDCKILL alone and the program will come
up in normal mode, where you are required to enter and
confirm all information.
Filemask mode,
Enter IDCKILL filemask. This option will start
IDCKILL and skip the prompt for a filemask. All operations
are displayed and require user confirmation before proceeding.
The filemask may contain a drive designation.
The [S] option,
Enter IDCKILL filemask [S]. This mode will delete
all files on the disk in all subdirectories that match the
filemask. IDCKILL will display all of it's actions, but there
will be no verify prompt.
The [SV] option,
Enter IDCKILL filemask [SV]. This option is the same
as the [S] option, except you must confirm before any deletions
take place.
The [A] option,
Enter IDCKILL filemask [A]. This option will
completely automate IDCKILL. IDCKILL will NOT show its progress
and will NOT wait for confirmation, it simply proceeds with
the deletions, therefore you MUST make sure that your
command line syntax is correct the FIRST time !
The following table summarizes the options and actions.
Ask for Display Verify Autoexit Command Errorlevel
filename progress action option on exit
-------------------------------------------------------------------
YES YES YES NO NONE 0
NO YES YES NO filemask 1
NO YES YES YES [SV] 2
NO YES NO YES [S] 3
NO NO NO YES [A] 4
Errorlevel codes in addition to those shown above are,
5 = DOS version below 2.0 (program requires 2.0 or above)
6 = Invalid filename on command line
7 = User aborted
Copyright (c) 1986,87,88,89 Infinity Design Concepts, Inc.
EOF()